home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
parex
/
parexscripts
/
findbold.prx
< prev
next >
Wrap
AmigaDOS Script File
|
1994-01-16
|
558b
|
17 lines
.KEY FROMFILE/A,FIND/K/A,PAREXARGS/F
; PARex v3.xx program script: "FindBOLD"
; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
; Update: 13-Nov-93
; $VER: FindBOLD 39.000 (13.11.93) Puts a name (string) in bold text.
; This program will search a file for a given name (string) and put it in
; bold text in the following way: "\e[1m<FOUNDNAME>\e[0m". The original case
; of the name is preserved.
; If no TO file is given then the destination file is called "FROMFILE.prx".
PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "{<FIND>}" BY "\e[1m{}\e[0m" CONTEXT }